projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e823d
)
(mouse-drag-track): Remove spurious input-pending-p test. Suggested
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:52:04 +0000
(15:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:52:04 +0000
(15:52 +0000)
by Johan Bockgård.
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 94897f57e996e2eb88a599ee1140cb95891343a5..8e9d931c15c67d7bf06050bae5b0e39fc9ed8c04 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-1052,7
+1052,6
@@
should only be used by mouse-drag-region."
(not (eq mouse-1-click-follows-link 'double))
(= click-count 0)
(= (event-click-count event) 1)
- (not (input-pending-p))
(or (not (integerp mouse-1-click-follows-link))
(let ((t0 (posn-timestamp (event-start start-event)))
(t1 (posn-timestamp (event-end event))))